Skip to content

fix(#10): Explicitly set Unix file permissions.#621

Merged
DaleStan merged 1 commit intoYafc-CE:masterfrom
DaleStan:10-keep-file-permissions-in-the-downloads
May 6, 2026
Merged

fix(#10): Explicitly set Unix file permissions.#621
DaleStan merged 1 commit intoYafc-CE:masterfrom
DaleStan:10-keep-file-permissions-in-the-downloads

Conversation

@DaleStan
Copy link
Copy Markdown
Collaborator

This should fix #10, by explicitly setting permissions that Windows doesn't bother to track.

@DaleStan DaleStan requested a review from veger April 29, 2026 14:53
@DaleStan
Copy link
Copy Markdown
Collaborator Author

If everything is behaving the way I think it is, catting and un-tarring (cat Yafc-CE-Linux-permissions-test-* | tar xz) this should set the permissions to 755 on directories and Yafc, and 644 on everything else.

Yafc-CE-Linux-permissions-test-1.tar.gz
Yafc-CE-Linux-permissions-test-2.tar.gz

Copy link
Copy Markdown
Collaborator

@veger veger left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Tried your archives, they look good to me. Also tried the script from your branch to build all on Linux (still functions).

So all by all, this looks good to me.

@DaleStan DaleStan merged commit 133f647 into Yafc-CE:master May 6, 2026
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Keep file permissions in the downloads

2 participants